home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / manual-p / texinfo-.1 / texinfo-3.1.patch
Text File  |  1994-04-06  |  802b  |  29 lines

  1. diff -u --recursive --new-file texinfo-3.1-gnu/Makefile.in texinfo-3.1/Makefile.in
  2. --- texinfo-3.1-gnu/Makefile.in    Sun May 23 10:43:09 1993
  3. +++ texinfo-3.1/Makefile.in    Tue Apr  5 20:14:16 1994
  4. @@ -41,10 +41,10 @@
  5.  
  6.  SHELL = /bin/sh
  7.  
  8. -CFLAGS = -g
  9. -LDFLAGS = -g
  10. +CFLAGS = -O2
  11. +LDFLAGS = -s
  12.  
  13. -prefix = /usr/local
  14. +prefix = /usr
  15.  exec_prefix = $(prefix)
  16.  bindir = $(exec_prefix)/bin
  17.  # Prefix for each installed program, normally empty or `g'.
  18. diff -u --recursive --new-file texinfo-3.1-gnu/info/filesys.c texinfo-3.1/info/filesys.c
  19. --- texinfo-3.1-gnu/info/filesys.c    Fri May 21 20:51:43 1993
  20. +++ texinfo-3.1/info/filesys.c    Tue Apr  5 20:14:49 1994
  21. @@ -77,6 +77,7 @@
  22.    { ".Z", "uncompress" },
  23.    { ".Y", "unyabba" },
  24.    { ".z", "gunzip" },
  25. +  { ".gz","gunzip" },
  26.    { (char *)NULL, (char *)NULL }
  27.  };
  28.  
  29.